Expand description
kaish-schema: Cap’n Proto type definitions for the 会sh kernel protocol.
This crate provides generated types from schema/kaish.capnp, including:
- Value types: The core
Valueunion for representing data - Kernel protocol: RPC interface for kernel communication
- State types: Serialization formats for persistence
§Usage
ⓘ
use kaish_schema::kaish_capnp::{Value, ExecResult, Kernel};Re-exports§
pub use kaish_capnp::*;